Vapi Std Errors InvalidElementType
Vapi Std Errors InvalidElementType
The Vapi Std Errors InvalidElementType error indicates that the server was unable to fulfil the request because an element of a specific type cannot be a member of particular group.
This error could be reported, for example, if an attempt is made to put an element into the wrong type of container.
Examples:
- Attempt to put a virtual machine into a folder that can only contain hosts.
- Attempt to attach a SCSI virtual disk to an IDE port. Counterexamples:
- A parameter has a value that is not of the expected type. The Vapi Std Errors InvalidArgument error would be used instead.
AllOf
This class requires all of the following:
JSON Example
{
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
],
"data": {},
"error_type": "string"
}